From: Glenn Morris Date: Thu, 1 Oct 2009 04:31:40 +0000 (+0000) Subject: Fix comment typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10165 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=52196a528458fbdf12f578d1d06a616a0927ee85;p=emacs.git Fix comment typo. --- diff --git a/lisp/cedet/semantic/debug.el b/lisp/cedet/semantic/debug.el index c1314bdb5b3..55bf26e02ef 100644 --- a/lisp/cedet/semantic/debug.el +++ b/lisp/cedet/semantic/debug.el @@ -26,7 +26,7 @@ ;; controlling and stepping through the parsing work must be implemented ;; by the parser. ;; -;; Fortunatly, the nature of language support files means that the parser +;; Fortunately, the nature of language support files means that the parser ;; may not need to be instrumented first. ;; ;; The debugger uses EIEIO objects. One object controls the user